home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / SESK / eaudiop / audpci.exe / ENSMIX32.EX_ / ENSMIX32.EX / 0 / RCDATA / TFRMSMALLVOL / TFRMSMALLVOL.txt
Text File  |  1997-09-26  |  827b  |  43 lines

  1. object frmSmallVol: TfrmSmallVol
  2.   Left = 596
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Vol'
  7.   ClientHeight = 121
  8.   ClientWidth = 113
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object sldVolume: TSlider
  18.     Left = 40
  19.     Top = 8
  20.     Width = 33
  21.     Height = 81
  22.     TrackWidth = 3
  23.     TrackColor = clBtnShadow
  24.     ThumbHeight = 12
  25.     ThumbColor = clBtnFace
  26.     Orientation = slVertical
  27.     Minimum = 0
  28.     Maximum = 100
  29.     Value = 0
  30.     Ctl3D = True
  31.     OnValueChange = VolumeChange
  32.   end
  33.   object cboMute: TCheckBox
  34.     Left = 24
  35.     Top = 96
  36.     Width = 65
  37.     Height = 17
  38.     Caption = '&Mute all'
  39.     TabOrder = 1
  40.     OnClick = MuteChange
  41.   end
  42. end
  43.